HomeSort by: relevance | last modified time | path
    Searched refs:getIfLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1458 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2066 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; }
2090 SourceLocation getBeginLoc() const { return getIfLoc(); }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 155 Record.AddSourceLocation(S->getIfLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7353 S->getIfLoc(), S->getConditionVariable(), S->getCond(),
7390 S->getIfLoc(), S->isConstexpr(), S->getLParenLoc(), Cond,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6201 auto ToIfLoc = importChecked(Err, S->getIfLoc());

Completed in 74 milliseconds