Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h7786 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7883 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7966 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6358 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6364 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
6370 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9689 C->getBeginLoc(), C->getLParenLoc(), C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
9698 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
9712 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()
H A DSemaOpenMP.cpp17261 VarLoc = IC->getVarLoc(); in ActOnOpenMPInteropDirective()
17265 VarLoc = UC->getVarLoc(); in ActOnOpenMPInteropDirective()
17269 VarLoc = DC->getVarLoc(); in ActOnOpenMPInteropDirective()