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

  /external/clang/lib/Parse/
Parser.cpp 422 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
423 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
424 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
425 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
426 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
427 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
434 Ident_super = &PP.getIdentifierTable().get("super");
437 Ident_vector = &PP.getIdentifierTable().get("vector");
438 Ident_pixel = &PP.getIdentifierTable().get("pixel");
    [all...]
ParseDeclCXX.cpp     [all...]
ParseObjc.cpp 334 SetterSel = SelectorTable::constructSetterName(P.PP.getIdentifierTable(),
693 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data());
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 286 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
372 CI.getPreprocessor().getIdentifierTable().PrintStats();
ChainedIncludesSource.cpp 118 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
CompilerInstance.cpp 300 &getTarget(), PP.getIdentifierTable(),
    [all...]
ASTUnit.cpp 751 PP.getIdentifierTable(),
    [all...]
  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 144 mPP->getIdentifierTable(),
  /frameworks/compile/slang/
slang.cpp 242 mPP->getIdentifierTable(),
  /external/clang/include/clang/Lex/
Preprocessor.h 374 IdentifierTable &getIdentifierTable() { return Identifiers; }
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 520 SelectorTable::constructSetterName(S.PP.getIdentifierTable(),
    [all...]
SemaExprCXX.cpp 374 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
460 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID");
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 515 II = &Reader.getIdentifierTable().getOwn(StringRef(k.first, k.second));
545 II = &Reader.getIdentifierTable().getOwn(StringRef(k.first, k.second));
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 1073 milliseconds