HomeSort by: relevance | last modified time | path
    Searched refs:nameLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 596 SourceLocation nameLoc, IdentifierInfo *name,
598 : TypedefNameDecl(ObjCTypeParam, ctx, dc, nameLoc, nameLoc, name,
613 SourceLocation nameLoc,
957 SourceLocation nameLoc, SourceLocation atStartLoc);
2058 SourceLocation nameLoc, SourceLocation atStartLoc,
2091 SourceLocation nameLoc,
2419 SourceLocation nameLoc, SourceLocation atStartLoc)
2420 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc),
2489 SourceLocation nameLoc, SourceLocation atStartLoc
    [all...]
ExprCXX.h 935 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc)
937 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow),
4267 SubstNonTypeTemplateParmExprBits.NameLoc = Loc;
4272 return SubstNonTypeTemplateParmExprBits.NameLoc;
4327 SourceLocation NameLoc;
4336 SourceLocation NameLoc,
4343 SourceLocation getParameterPackLocation() const { return NameLoc; }
4349 SourceLocation getBeginLoc() const LLVM_READONLY { return NameLoc; }
4350 SourceLocation getEndLoc() const LLVM_READONLY { return NameLoc; }
4391 SourceLocation NameLoc;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 69 IdentifierInfo *Id, SourceLocation nameLoc,
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) {
1426 SourceLocation nameLoc,
1432 nameLoc, name, colonLoc, boundInfo);
1881 IdentifierInfo *Id, SourceLocation nameLoc,
1884 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
1893 SourceLocation nameLoc,
1897 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl);
2104 SourceLocation nameLoc,
2109 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 234 SourceLocation nameLoc = ConsumeToken();
257 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
287 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc,
312 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
357 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId,
1438 ArgInfo.NameLoc = Tok.getLocation();
1464 if (PP.getLocForEndOfToken(ArgInfo.NameLoc) == ColonLoc) {
1465 Diag(ArgInfo.NameLoc, diag::warn_missing_selector_name) << ArgInfo.Name;
1466 Diag(ArgInfo.NameLoc, diag::note_missing_selector_name) << ArgInfo.Name;
2039 SourceLocation nameLoc = ConsumeToken()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2331 ParsedType getTypeName(const IdentifierInfo &II, SourceLocation NameLoc,
2353 SourceLocation NameLoc,
2527 /// \param NameLoc The location of the identifier.
2534 IdentifierInfo *&Name, SourceLocation NameLoc,
2541 SourceLocation NameLoc);
2546 SourceLocation NameLoc,
2552 SourceLocation NameLoc,
2707 SourceLocation NameLoc, IdentifierInfo *Name,
2998 SourceLocation NameLoc, const ParsedAttributesView &Attr,
3009 SourceLocation NameLoc,
    [all...]

Completed in 29 milliseconds