Home
last modified time | relevance | path

Searched refs:getVarLoc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h7443 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7540 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7623 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6154 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6160 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
6166 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9399 C->getBeginLoc(), C->getLParenLoc(), C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
9408 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
9422 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()
H A DSemaOpenMP.cpp14805 VarLoc = IC->getVarLoc(); in ActOnOpenMPInteropDirective()
14809 VarLoc = UC->getVarLoc(); in ActOnOpenMPInteropDirective()
14813 VarLoc = DC->getVarLoc(); in ActOnOpenMPInteropDirective()