Home
last modified time | relevance | path

Searched refs:RepresentativeLocForDecl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h836 const Decl *D, const SourceLocation RepresentativeLocForDecl,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp206 const Decl *D, const SourceLocation RepresentativeLocForDecl, in getRawCommentForDeclNoCacheImpl() argument
210 if (RepresentativeLocForDecl.isInvalid() || in getRawCommentForDeclNoCacheImpl()
211 !RepresentativeLocForDecl.isFileID()) in getRawCommentForDeclNoCacheImpl()
221 SourceMgr.getDecomposedLoc(RepresentativeLocForDecl); in getRawCommentForDeclNoCacheImpl()