Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h7886 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
7983 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
8066 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6530 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6536 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
6542 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPDestroyClause()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9810 C->getVarLoc(), C->getEndLoc()); in TransformOMPInitClause()
9819 C->getLParenLoc(), C->getVarLoc(), in TransformOMPUseClause()
9833 C->getLParenLoc(), C->getVarLoc(), in TransformOMPDestroyClause()