Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h785 const Decl *D, const SourceLocation RepresentativeLocForDecl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp201 const Decl *D, const SourceLocation RepresentativeLocForDecl, in getRawCommentForDeclNoCacheImpl() argument
205 if (RepresentativeLocForDecl.isInvalid() || in getRawCommentForDeclNoCacheImpl()
206 !RepresentativeLocForDecl.isFileID()) in getRawCommentForDeclNoCacheImpl()
216 SourceMgr.getDecomposedLoc(RepresentativeLocForDecl); in getRawCommentForDeclNoCacheImpl()