Searched refs:TokLoc (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DAttributeList.cpp98 SourceLocation TokLoc, int Arg) {
100 C.IntTy, TokLoc);
101 return create(Name, TokLoc, 0, TokLoc, 0, TokLoc, &IArg, 1,
97 createIntegerAttribute(ASTContext &C, IdentifierInfo *Name, SourceLocation TokLoc, int Arg) argument
H A DSemaExpr.cpp1259 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument
1261 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
2705 SourceLocation TokLoc = Tok.getLocation(); local
2712 /*Pascal*/false, StrTy, &TokLoc, 1);
2714 llvm::makeArrayRef(&Lit, 1), TokLoc);
8214 /// operator @p Opc at location @c TokLoc. This routine only supports
8527 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument
8535 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr);
8537 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp58 const LangOptions &Features, FullSourceLoc TokLoc,
62 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
63 TokLoc.getManager(), Features);
66 TokLoc.getManager(), Features);
452 SourceLocation TokLoc, Preprocessor &pp)
475 ParseNumberStartingWithZero(TokLoc);
484 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-begin),
502 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-begin),
598 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-begin),
616 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, SuffixBegi
57 Diag(DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd, unsigned DiagID) argument
451 NumericLiteralParser(const char *begin, const char *end, SourceLocation TokLoc, Preprocessor &pp) argument
630 ParseNumberStartingWithZero(SourceLocation TokLoc) argument
[all...]
H A DPragma.cpp255 SourceLocation TokLoc = TmpTok.getLocation(); local
259 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
/external/clang/include/clang/Lex/
H A DLiteralSupport.h97 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/external/clang/lib/Parse/
H A DParseStmt.cpp1628 SourceLocation TokLoc = Tok.getLocation(); local
1640 SrcMgr.getDecomposedExpansionLoc(TokLoc);
1648 SrcMgr.getDecomposedExpansionLoc(TokLoc);
1672 EndLoc = TokLoc;
1679 TokLoc = Tok.getLocation();
/external/clang/tools/libclang/
H A DCIndex.cpp4948 SourceLocation TokLoc = GetTokenLoc(I);
4949 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
4979 SourceLocation TokLoc = getFunctionMacroTokenLoc(I); local
4980 if (TokLoc.isFileID())
4982 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
5062 SourceLocation TokLoc = GetTokenLoc(I); local
5063 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
5077 SourceLocation TokLoc = GetTokenLoc(I); local
5078 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
/external/clang/include/clang/Sema/
H A DAttributeList.h478 SourceLocation TokLoc, int Arg);
H A DSema.h3061 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,

Completed in 303 milliseconds