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.cpp1307 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument
1309 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
2809 SourceLocation TokLoc = Tok.getLocation(); local
2816 /*Pascal*/false, StrTy, &TokLoc, 1);
2818 llvm::makeArrayRef(&Lit, 1), TokLoc);
8398 /// operator @p Opc at location @c TokLoc. This routine only supports
8728 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument
8736 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr);
8738 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp46 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);
455 SourceLocation TokLoc,
478 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
454 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc, Preprocessor &PP) argument
633 ParseNumberStartingWithZero(SourceLocation TokLoc) argument
[all...]
H A DPragma.cpp279 SourceLocation TokLoc = TmpTok.getLocation();
283 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
/external/clang/include/clang/Lex/
H A DLiteralSupport.h53 SourceLocation TokLoc,
99 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/external/clang/lib/Parse/
H A DParseStmt.cpp1700 SourceLocation TokLoc = Tok.getLocation(); local
1712 SrcMgr.getDecomposedExpansionLoc(TokLoc);
1720 SrcMgr.getDecomposedExpansionLoc(TokLoc);
1744 EndLoc = TokLoc;
1751 TokLoc = Tok.getLocation();
/external/clang/include/clang/Sema/
H A DAttributeList.h523 SourceLocation TokLoc, int Arg);
H A DSema.h3254 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,
/external/clang/tools/libclang/
H A DCIndex.cpp5049 SourceLocation TokLoc = GetTokenLoc(I);
5050 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
5081 SourceLocation TokLoc = getFunctionMacroTokenLoc(I); local
5082 if (TokLoc.isFileID())
5084 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
5159 SourceLocation TokLoc = GetTokenLoc(I); local
5160 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
5174 SourceLocation TokLoc = GetTokenLoc(I); local
5175 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
5184 if (TokLoc
[all...]

Completed in 222 milliseconds