Searched defs:TokLoc (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
H A D | AttributeList.cpp | 100 SourceLocation TokLoc, int Arg) { 102 C.IntTy, TokLoc); 103 return create(Name, TokLoc, 0, TokLoc, 0, TokLoc, &IArg, 1, 99 createIntegerAttribute(ASTContext &C, IdentifierInfo *Name, SourceLocation TokLoc, int Arg) argument
|
H A D | SemaExpr.cpp | 1435 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument 1437 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(), 2975 SourceLocation TokLoc = Tok.getLocation(); local 2982 /*Pascal*/false, StrTy, &TokLoc, 1); 2983 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); 8873 /// operator @p Opc at location @c TokLoc. This routine only supports 9254 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument 9262 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr); 9264 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);
|
/external/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 46 FullSourceLoc TokLoc, 51 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, 52 TokLoc.getManager(), Features); 55 TokLoc.getManager(), Features); 65 const LangOptions &Features, FullSourceLoc TokLoc, 69 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, 70 TokLoc.getManager(), Features); 72 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd); 464 SourceLocation TokLoc, 487 ParseNumberStartingWithZero(TokLoc); 45 MakeCharSourceRange(const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd) argument 64 Diag(DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd, unsigned DiagID) argument 463 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc, Preprocessor &PP) argument 679 ParseNumberStartingWithZero(SourceLocation TokLoc) argument [all...] |
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 5145 SourceLocation TokLoc = GetTokenLoc(I); 5146 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) { 5177 SourceLocation TokLoc = getFunctionMacroTokenLoc(I); local 5178 if (TokLoc.isFileID()) 5180 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) { 5260 SourceLocation TokLoc = GetTokenLoc(I); local 5261 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) { 5275 SourceLocation TokLoc = GetTokenLoc(I); local 5276 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) { 5285 if (TokLoc [all...] |
Completed in 303 milliseconds