HomeSort by: relevance | last modified time | path
    Searched defs:TokLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 898 auto TokLoc = S->getBeginLoc();
900 Builder.findToken(TokLoc)->text(Context.getSourceManager());
902 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(),
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7195 SourceLocation TokLoc = GetTokenLoc(I);
7196 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
7225 SourceLocation TokLoc = getFunctionMacroTokenLoc(I);
7226 if (TokLoc.isFileID())
7228 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
7310 SourceLocation TokLoc = GetTokenLoc(I);
7311 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
7325 SourceLocation TokLoc = GetTokenLoc(I);
7326 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
7335 if (TokLoc == cursorRange.getBegin()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1746 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc,
1748 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3704 SourceLocation TokLoc = Tok.getLocation();
3731 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3744 /*Pascal*/false, StrTy, &TokLoc, 1);
3745 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3763 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
13953 /// operator @p Opc at location @c TokLoc. This routine only supports
14433 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc,
14441 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr)
    [all...]

Completed in 28 milliseconds