Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7551 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7648 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7731 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6161 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6167 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
6173 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9455 C->getBeginLoc(), C->getLParenLoc(), C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
9464 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
9478 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()
H A DSemaOpenMP.cpp15188 VarLoc = IC->getVarLoc(); in ActOnOpenMPInteropDirective()
15192 VarLoc = UC->getVarLoc(); in ActOnOpenMPInteropDirective()
15196 VarLoc = DC->getVarLoc(); in ActOnOpenMPInteropDirective()