Searched refs:IdentLoc (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2565 SourceLocation IdentLoc,
2568 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2614 SourceLocation IdentLoc,
2648 SourceLocation IdentLoc; member in class:clang::NamespaceAliasDecl
2660 SourceLocation IdentLoc, NamedDecl *Namespace)
2662 NamespaceLoc(NamespaceLoc), IdentLoc(IdentLoc),
2698 SourceLocation getTargetNameLoc() const { return IdentLoc; }
2709 SourceLocation IdentLoc,
2715 return SourceRange(NamespaceLoc, IdentLoc);
2562 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2657 NamespaceAliasDecl(DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
[all...]
H A DStmt.h784 SourceLocation IdentLoc; member in class:clang::LabelStmt
787 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
793 SourceLocation getIdentLoc() const { return IdentLoc; }
799 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
802 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; }
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp70 SourceLocation IdentLoc; local
80 IdentLoc = ConsumeToken(); // eat the identifier.
107 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
177 IdentLoc, Ident, T.getOpenLocation(),
198 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, argument
223 NamespaceLoc[index], IdentLoc[index],
227 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
265 SourceLocation IdentLoc = ConsumeToken(); local
273 SS, IdentLoc, Ident);
432 SourceLocation IdentLoc local
[all...]
H A DParseDecl.cpp3800 SourceLocation IdentLoc = ConsumeToken(); local
3821 IdentLoc, Ident,
/external/clang/lib/AST/
H A DDeclCXX.cpp1912 SourceLocation IdentLoc,
1918 IdentLoc, Used, CommonAncestor);
1978 SourceLocation IdentLoc,
1983 QualifierLoc, IdentLoc, Namespace);
1908 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
1973 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6700 SourceLocation IdentLoc,
6706 SourceLocation Loc = II ? IdentLoc : LBrace;
7052 SourceLocation IdentLoc,
7083 SourceLocation IdentLoc,
7088 assert(IdentLoc.isValid() && "Invalid NamespceName location.");
7101 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
7112 Diag(IdentLoc, diag::ext_using_undefined_std);
7117 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
7143 IdentLoc, Named, CommonAncestor);
7146 !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) {
6697 ActOnStartNamespaceDef(Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace, AttributeList *AttrList) argument
7050 TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
7079 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument
7575 SourceLocation IdentLoc = NameInfo.getLoc(); local
8185 ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
[all...]
H A DSemaStmt.cpp414 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, argument
418 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
424 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
427 TheDecl->setLocStart(IdentLoc);
428 TheDecl->setLocation(IdentLoc);
H A DSemaDecl.cpp9014 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, argument
9027 DS.SetTypeSpecType(DeclSpec::TST_auto, IdentLoc, PrevSpec, DiagID,
9031 D.SetIdentifier(Ident, IdentLoc);
9035 D.AddTypeInfo(DeclaratorChunk::getReference(0, IdentLoc, /*lvalue*/false),
9036 EmptyAttrs, IdentLoc);
9040 return ActOnDeclStmt(FinalizeDeclaratorGroup(S, DS, Var), IdentLoc,
9041 AttrEnd.isValid() ? AttrEnd : IdentLoc);
9693 Diag(FTI.Params[i].IdentLoc, diag::ext_param_not_declared)
9703 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
9706 DS.SetRangeStart(FTI.Params[i].IdentLoc);
[all...]
H A DSemaType.cpp2879 S.Diag(FTI.Params[0].IdentLoc,
2923 S.Diag(FTI.Params[i].IdentLoc, diag::err_param_with_void_type);
H A DTreeTransform.h1097 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, argument
1099 return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);
/external/clang/include/clang/Sema/
H A DDeclSpec.h1116 SourceLocation IdentLoc; member in struct:clang::DeclaratorChunk::ParamInfo
1130 : Ident(ident), IdentLoc(iloc), Param(param),
H A DSema.h1633 StmtResult ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc,
2603 LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,
3013 StmtResult ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
3764 SourceLocation IdentLoc,
3793 SourceLocation IdentLoc,
3804 SourceLocation IdentLoc,
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1112 SMLoc IdentLoc = Tok.getLoc(); local
1114 if (TK != AsmToken::String && !ParseRegister(TmpReg, IdentLoc, End)) {
/external/clang/include/clang/Parse/
H A DParser.h2241 void ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1156 D->IdentLoc = ReadSourceLocation(Record, Idx);

Completed in 363 milliseconds