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.h8608 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8705 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8788 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7974 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
7980 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
7986 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10824 C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
10833 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
10847 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()