Searched defs:DeclLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 259 SourceLocation DeclLoc = Tok.getLocation(); in ParseOptionalCXXScopeSpecifier() local 1180 SourceLocation DeclLoc = Tok.getLocation(); in ParseLambdaExpressionAfterIntroducer() local
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3352 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc, in ResolveConstructorOverload() 3628 SourceLocation DeclLoc = Initializer->getLocStart(); in TryReferenceListInitialization() local 3923 SourceLocation DeclLoc = Initializer->getLocStart(); in TryRefInitWithConversionFunction() local 4083 SourceLocation DeclLoc = Initializer->getLocStart(); in TryReferenceInitializationCore() local 4503 SourceLocation DeclLoc = Initializer->getLocStart(); in TryUserDefinedConversion() local
|
D | SemaDeclObjC.cpp | 3685 SourceLocation DeclLoc(IDecl->getLocation()); in ActOnAtEnd() local
|
D | SemaLookup.cpp | 4888 SourceLocation DeclLoc, in diagnoseMissingImport()
|
D | SemaOverload.cpp | 4104 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 4230 SourceLocation DeclLoc, in TryReferenceInit()
|
D | SemaType.cpp | 1182 SourceLocation DeclLoc = declarator.getIdentifierLoc(); in ConvertDeclSpecToType() local
|
D | SemaTemplate.cpp | 1642 SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, in MatchTemplateParametersToScopeSpecifier()
|
D | SemaDecl.cpp | 13363 void Sema::ActOnLastBitfield(SourceLocation DeclLoc, in ActOnLastBitfield()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2200 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() local 3938 SourceLocation DeclLoc = FD->getLocation(); in RewriteBlockPointerFunctionArgs() local 4040 SourceLocation DeclLoc = ND->getLocation(); in RewriteBlockPointerDecl() local 4193 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() local
|
D | RewriteModernObjC.cpp | 2312 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() local 4852 SourceLocation DeclLoc = FD->getLocation(); in RewriteBlockPointerFunctionArgs() local 4954 SourceLocation DeclLoc = ND->getLocation(); in RewriteBlockPointerDecl() local 5104 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() local
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 140 SourceLocation DeclLoc; in getRawCommentForDeclNoCache() local
|