clang  3.7.0
Functions
Parse/Parser.cpp File Reference
#include "clang/Parse/Parser.h"
#include "RAIIObjectsForParser.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Sema/DeclSpec.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Scope.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for Parse/Parser.cpp:

Go to the source code of this file.

Functions

static bool IsCommonTypo (tok::TokenKind ExpectedTok, const Token &Tok)
 
static bool HasFlagsSet (Parser::SkipUntilFlags L, Parser::SkipUntilFlags R)
 

Function Documentation

static bool HasFlagsSet ( Parser::SkipUntilFlags  L,
Parser::SkipUntilFlags  R 
)
static

Definition at line 240 of file Parse/Parser.cpp.

Referenced by clang::Parser::SkipUntil().

static bool IsCommonTypo ( tok::TokenKind  ExpectedTok,
const Token Tok 
)
static

Definition at line 123 of file Parse/Parser.cpp.

References clang::Token::is().