HomeSort by relevance Sort by last modified time
    Searched refs:getIdentifierTable (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 453 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
454 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
455 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
456 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
457 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
458 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
465 Ident_super = &PP.getIdentifierTable().get("super");
468 Ident_vector = &PP.getIdentifierTable().get("vector");
469 Ident_pixel = &PP.getIdentifierTable().get("pixel");
    [all...]
ParseDeclCXX.cpp     [all...]
ParseObjc.cpp 336 SetterSel = SelectorTable::constructSetterName(P.PP.getIdentifierTable(),
695 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data());
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 330 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
426 CI.getPreprocessor().getIdentifierTable().PrintStats();
ChainedIncludesSource.cpp 124 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
CompilerInstance.cpp 283 &getTarget(), PP.getIdentifierTable(),
    [all...]
ASTUnit.cpp 774 PP.getIdentifierTable(),
    [all...]
  /frameworks/compile/slang/
slang.cpp 249 mPP->getIdentifierTable(),
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 548 SelectorTable::constructSetterName(S.PP.getIdentifierTable(),
571 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
    [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp 376 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
452 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID");
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 495 II = &Reader.getIdentifierTable().getOwn(k);
529 II = &Reader.getIdentifierTable().getOwn(StringRef(k));
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 438 IdentifierTable &getIdentifierTable() { return Identifiers; }
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 336 milliseconds