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

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

Completed in 135 milliseconds