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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 7443 SourceLocation getVarLoc() const { return VarLoc; }
7540 SourceLocation getVarLoc() const { return VarLoc; }
7623 SourceLocation getVarLoc() const { return VarLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6154 Record.AddSourceLocation(C->getVarLoc());
6160 Record.AddSourceLocation(C->getVarLoc());
6166 Record.AddSourceLocation(C->getVarLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9399 C->getBeginLoc(), C->getLParenLoc(), C->getVarLoc(), C->getEndLoc());
9408 C->getLParenLoc(), C->getVarLoc(),
9422 C->getLParenLoc(), C->getVarLoc(),
SemaOpenMP.cpp 14805 VarLoc = IC->getVarLoc();
14809 VarLoc = UC->getVarLoc();
14813 VarLoc = DC->getVarLoc();

Completed in 61 milliseconds