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

1 2

  /external/clang/lib/Parse/
Parser.cpp 431 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
432 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
433 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
434 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
435 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
436 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
444 Ident_super = &PP.getIdentifierTable().get("super");
447 Ident_vector = &PP.getIdentifierTable().get("vector");
448 Ident_pixel = &PP.getIdentifierTable().get("pixel");
449 Ident_bool = &PP.getIdentifierTable().get("bool")
    [all...]
ParseDeclCXX.cpp     [all...]
ParseObjc.cpp 356 SelectorTable::constructSetterSelector(P.PP.getIdentifierTable(),
715 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data());
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 366 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
461 CI.getPreprocessor().getIdentifierTable().PrintStats();
ChainedIncludesSource.cpp 171 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
CompilerInstance.cpp 381 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
ASTUnit.cpp 719 PP.getIdentifierTable(), PP.getSelectorTable(),
    [all...]
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 216 PP.getIdentifierTable(), PP.getSelectorTable(),
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 55 getIdentifierTable();
  /frameworks/compile/slang/
slang.cpp 247 mPP->getIdentifierTable(),
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 355 m_compiler->getPreprocessor().getIdentifierTable(),
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 601 SelectorTable::constructSetterSelector(S.PP.getIdentifierTable(),
624 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
    [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp 450 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
534 IdentifierInfo *GuidII = &PP.getIdentifierTable().get("_GUID");
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 385 *getIdentifierTable(),
410 ClangASTContext::getIdentifierTable()
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 485 IdentifierTable &getIdentifierTable() { return Identifiers; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 708 II = &Reader.getIdentifierTable().getOwn(k);
744 II = &Reader.getIdentifierTable().getOwn(StringRef(k));
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1505 milliseconds

1 2