OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIdentifierTable
(Results
1 - 22
of
22
) sorted by null
/external/clang/lib/Parse/
Parser.cpp
484
ObjCTypeQuals[objc_in] = &PP.
getIdentifierTable
().get("in");
485
ObjCTypeQuals[objc_out] = &PP.
getIdentifierTable
().get("out");
486
ObjCTypeQuals[objc_inout] = &PP.
getIdentifierTable
().get("inout");
487
ObjCTypeQuals[objc_oneway] = &PP.
getIdentifierTable
().get("oneway");
488
ObjCTypeQuals[objc_bycopy] = &PP.
getIdentifierTable
().get("bycopy");
489
ObjCTypeQuals[objc_byref] = &PP.
getIdentifierTable
().get("byref");
496
Ident_super = &PP.
getIdentifierTable
().get("super");
499
Ident_vector = &PP.
getIdentifierTable
().get("vector");
500
Ident_pixel = &PP.
getIdentifierTable
().get("pixel");
501
Ident_bool = &PP.
getIdentifierTable
().get("bool")
[
all
...]
ParseDeclCXX.cpp
[
all
...]
ParseObjc.cpp
352
SelectorTable::constructSetterSelector(P.PP.
getIdentifierTable
(),
708
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
123
PP.getBuiltinInfo().InitializeBuiltins(PP.
getIdentifierTable
(),
CompilerInstance.cpp
280
&getTarget(), PP.
getIdentifierTable
(),
[
all
...]
ASTUnit.cpp
780
PP.
getIdentifierTable
(),
[
all
...]
/frameworks/compile/slang/
slang.cpp
251
mPP->
getIdentifierTable
(),
/external/clang/lib/Sema/
SemaExprMember.cpp
[
all
...]
SemaPseudoObject.cpp
597
SelectorTable::constructSetterSelector(S.PP.
getIdentifierTable
(),
620
IdentifierInfo *AltMember = &S.PP.
getIdentifierTable
().get(PropertyName);
[
all
...]
SemaStmt.cpp
[
all
...]
SemaExprCXX.cpp
421
IdentifierInfo *TypeInfoII = &PP.
getIdentifierTable
().get("type_info");
497
IdentifierInfo *GuidII = &PP.
getIdentifierTable
().get("_GUID");
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
506
II = &Reader.
getIdentifierTable
().getOwn(k);
542
II = &Reader.
getIdentifierTable
().getOwn(StringRef(k));
[
all
...]
ASTWriter.cpp
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
441
IdentifierTable &
getIdentifierTable
() { return Identifiers; }
[
all
...]
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
285
SelectorTable::constructSetterSelector(PP.
getIdentifierTable
(),
/external/clang/include/clang/Serialization/
ASTReader.h
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 2197 milliseconds