Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8022 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8119 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8202 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7256 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
7262 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
7268 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10321 C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
10330 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
10344 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()