Searched defs:DeclLoc (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2205 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() local 3935 SourceLocation DeclLoc = FD->getLocation(); in RewriteBlockPointerFunctionArgs() local 4036 SourceLocation DeclLoc = ND->getLocation(); in RewriteBlockPointerDecl() local 4186 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() local
|
H A D | RewriteModernObjC.cpp | 2291 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() local 4780 SourceLocation DeclLoc = FD->getLocation(); in RewriteBlockPointerFunctionArgs() local 4881 SourceLocation DeclLoc = ND->getLocation(); in RewriteBlockPointerDecl() local 5028 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3923 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc, in ResolveConstructorOverload() 4302 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryReferenceListInitialization() local 4654 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryRefInitWithConversionFunction() local 4786 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryReferenceInitializationCore() local 5278 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryUserDefinedConversion() local
|
H A D | SemaDeclObjC.cpp | 4119 SourceLocation DeclLoc(IDecl->getLocation()); in ActOnAtEnd() local
|
H A D | SemaLookup.cpp | 5362 SourceLocation DeclLoc, in diagnoseMissingImport()
|
H A D | SemaOverload.cpp | 4612 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 4729 SourceLocation DeclLoc, in TryReferenceInit()
|
H A D | SemaType.cpp | 1272 SourceLocation DeclLoc = declarator.getIdentifierLoc(); in ConvertDeclSpecToType() local
|
H A D | SemaTemplate.cpp | 3056 SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, in MatchTemplateParametersToScopeSpecifier()
|
H A D | SemaDecl.cpp | 17144 void Sema::ActOnLastBitfield(SourceLocation DeclLoc, in ActOnLastBitfield()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 26 SourceLocation DeclLoc; member in __anone67901630111::IndexingDeclVisitor
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 215 SourceLocation DeclLoc = Tok.getLocation(); in ParseOptionalCXXScopeSpecifier() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 176 const SourceLocation DeclLoc = D->getLocation(); in getDeclLocForCommentSearch() local 279 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr); in getRawCommentForDeclNoCache() local 514 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr); in attachCommentsToJustParsedDecls() local
|
H A D | ExprConstant.cpp | 14889 SourceLocation DeclLoc = VD->getLocation(); in EvaluateAsInitializer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3762 SourceLocation DeclLoc; in ReadDeclRecord() local
|