Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7982 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8079 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8162 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6675 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6681 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
6687 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9986 C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
9995 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
10009 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()