/external/clang/include/clang/AST/ |
MangleNumberingContext.h | 26 class IdentifierInfo;
|
NestedNameSpecifier.h | 28 class IdentifierInfo; 67 /// IdentifierInfo*, Namespace*, or Type*, depending on the kind of 75 /// \brief An identifier, stored as an IdentifierInfo*. 120 IdentifierInfo *II); 144 IdentifierInfo *II); 169 IdentifierInfo *getAsIdentifier() const { 171 return (IdentifierInfo *)Specifier; 402 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
|
ASTImporter.h | 31 class IdentifierInfo; 193 IdentifierInfo *Import(const IdentifierInfo *FromId);
|
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 75 IdentifierInfo* getCorrectionAsIdentifierInfo() const { 250 explicit CorrectionCandidateCallback(IdentifierInfo *Typo = nullptr, 284 void setTypoName(IdentifierInfo *II) { Typo = II; } 310 IdentifierInfo *Typo;
|
DeclSpec.h | 43 class IdentifierInfo; 105 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 839 const IdentifierInfo *getGetterName() const { return GetterName; } 840 IdentifierInfo *getGetterName() { return GetterName; } 841 void setGetterName(IdentifierInfo *name) { GetterName = name; } 843 const IdentifierInfo *getSetterName() const { return SetterName; } 844 IdentifierInfo *getSetterName() { return SetterName; } 845 void setSetterName(IdentifierInfo *name) { SetterName = name; } 860 IdentifierInfo *GetterName; // getter name or NULL if no getter 861 IdentifierInfo *SetterName; // setter name or NULL if no sette [all...] |
/external/clang/include/clang/Serialization/ |
ASTDeserializationListener.h | 39 IdentifierInfo *II) { }
|
ASTWriter.h | 240 /// IdentifierInfo. 241 llvm::MapVector<const IdentifierInfo *, serialization::IdentID> IdentifierIDs; 253 const IdentifierInfo *Name; 260 llvm::DenseMap<const IdentifierInfo *, uint64_t> IdentMacroDirectivesOffsetMap; 634 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record); 651 serialization::IdentID getIdentifierRef(const IdentifierInfo *II); 654 serialization::MacroID getMacroRef(MacroInfo *MI, const IdentifierInfo *Name); 659 uint64_t getMacroDirectivesOffset(const IdentifierInfo *Name); 784 void SetIdentifierOffset(const IdentifierInfo *II, uint32_t Offset); [all...] |
/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 169 // If we know the IdentifierInfo in advance, it is here and we will 172 IdentifierInfo *KnownII; 175 typedef IdentifierInfo * data_type; 178 IdentifierInfo *II = nullptr)
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.h | 26 class IdentifierInfo;
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 37 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { 45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ 63 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, 76 ModuleMacro *Preprocessor::addModuleMacro(Module *Mod, IdentifierInfo *II, 118 ModuleMacro *Preprocessor::getModuleMacro(Module *Mod, IdentifierInfo *II) { 126 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, 204 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) { 271 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ 273 IdentifierInfo *Id = PP.getIdentifierInfo(Name); 343 const IdentifierInfo *MacroIdent [all...] |
Pragma.cpp | 402 IdentifierInfo *II = LookUpIdentifierInfo(Tok); 507 /// Return the IdentifierInfo* associated with the macro to push or pop. 508 IdentifierInfo *Preprocessor::ParsePragmaPushOrPopMacro(Token &Tok) { 553 // Get the IdentifierInfo of MacroToPushTok. 564 // Parse the pragma directive and get the macro IdentifierInfo*. 565 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok); 589 // Parse the pragma directive and get the macro IdentifierInfo*. 590 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok); 594 llvm::DenseMap<IdentifierInfo*, std::vector<MacroInfo*> >::iterator iter = 790 IdentifierInfo *II = Tok.getIdentifierInfo() [all...] |
Preprocessor.cpp | 440 // NOTE: this has to be checked *before* testing for an IdentifierInfo. 443 if (const IdentifierInfo *II = Tok.getIdentifierInfo()) 543 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { 547 IdentifierInfo *II; 572 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { 593 llvm::DenseMap<IdentifierInfo*,unsigned>::const_iterator it = 603 static diag::kind getFutureCompatDiagKind(const IdentifierInfo &II, 623 /// IdentifierInfo's 'isHandleIdentifierCase' bit. If this method changes, the 624 /// IdentifierInfo methods that compute these properties will need to change to 630 IdentifierInfo &II = *Identifier.getIdentifierInfo() [all...] |
/external/clang/include/clang/Lex/ |
ModuleLoader.h | 25 class IdentifierInfo; 30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath;
|
PPCallbacks.h | 29 class IdentifierInfo; 167 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, 223 const IdentifierInfo *Name, 382 void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, 416 void PragmaOpenCLExtension(SourceLocation NameLoc, const IdentifierInfo *Name,
|
Token.h | 26 class IdentifierInfo; 54 /// This is an IdentifierInfo*, which contains the uniqued identifier 177 IdentifierInfo *getIdentifierInfo() const { 184 return (IdentifierInfo*) PtrData; 186 void setIdentifierInfo(IdentifierInfo *II) {
|
/external/clang/lib/Parse/ |
ParseObjc.cpp | 129 SmallVector<IdentifierInfo *, 8> ClassNames; 234 IdentifierInfo *nameId = Tok.getIdentifierInfo(); 255 IdentifierInfo *categoryId = nullptr; 310 IdentifierInfo *superClassId = nullptr; 519 IdentifierInfo *paramName = Tok.getIdentifierInfo(); 779 IdentifierInfo *SelName = 783 IdentifierInfo *SetterName = OCDS.getSetterName(); 880 const IdentifierInfo *II = Tok.getIdentifierInfo(); [all...] |
/external/clang/tools/libclang/ |
CIndexer.h | 35 class IdentifierInfo; 103 MacroInfo *getMacroInfo(const IdentifierInfo &II,
|
CIndexHigh.cpp | 250 const IdentifierInfo *Macro; 254 const IdentifierInfo *Macro, 268 const IdentifierInfo *Macro = nullptr; 320 const IdentifierInfo *Macro = nullptr;
|
/external/clang/lib/Sema/ |
SemaAttr.cpp | 35 IdentifierInfo *Name; 58 void push(IdentifierInfo *Name) { 67 bool pop(IdentifierInfo *Name, bool IsReset); 71 bool PragmaPackStack::pop(IdentifierInfo *Name, bool IsReset) { 190 void Sema::ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, 449 IdentifierInfo *Name = IdTok.getIdentifierInfo(); 550 void Sema::ActOnPragmaVisibility(const IdentifierInfo* VisType,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
SpoofChecker.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
SpoofChecker.java | [all...] |
/external/clang/lib/ARCMigrate/ |
TransAPIUses.cpp | 45 IdentifierInfo *selIds[2];
|
/external/clang/lib/Edit/ |
EditedSource.cpp | 28 IdentifierInfo *&II) { 46 IdentifierInfo *II; 69 IdentifierInfo *II; 104 IdentifierInfo *II;
|
/external/clang/lib/Frontend/ |
ASTMerge.cpp | 65 if (IdentifierInfo *II = ND->getIdentifier())
|
/external/clang/unittests/Tooling/ |
RecursiveASTVisitorTestDeclVisitor.cpp | 51 // This parameter name does not have a valid IdentifierInfo, and shares
|