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

1 2 3 4 5 6 7 8 910

  /external/clang/include/clang/Lex/
ExternalPreprocessorSource.h 19 class IdentifierInfo;
34 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0;
CodeCompletionHandler.h 19 class IdentifierInfo;
59 virtual void CodeCompleteMacroArgument(IdentifierInfo *Macro,
MultipleIncludeOpt.h 21 class IdentifierInfo;
51 const IdentifierInfo *TheMacro;
54 const IdentifierInfo *DefinedMacro;
79 void SetDefinedMacro(IdentifierInfo *M, SourceLocation Loc) {
123 void EnterTopLevelIfndef(const IdentifierInfo *M, SourceLocation Loc) {
164 const IdentifierInfo *GetControllingMacroAtEndOfFile() const {
174 const IdentifierInfo *GetDefinedMacro() const {
PTHManager.h 42 /// Alloc - Allocator used for IdentifierInfo objects.
46 /// IdentifierInfo*.
47 IdentifierInfo** PerIDCache;
55 /// reconsitute an IdentifierInfo.
80 const unsigned char* idDataTable, IdentifierInfo** perIDCache,
91 /// GetIdentifierInfo - Used to reconstruct IdentifierInfo objects from the
93 inline IdentifierInfo* GetIdentifierInfo(unsigned PersistentID) {
94 // Check if the IdentifierInfo has already been resolved.
95 if (IdentifierInfo* II = PerIDCache[PersistentID])
99 IdentifierInfo* LazilyCreateIdentifierInfo(unsigned PersistentID)
    [all...]
ModuleLoader.h 25 class IdentifierInfo;
30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath;
Preprocessor.h 65 IdentifierInfo *II;
71 "Identifiers should be created by TokenValue(IdentifierInfo *)");
75 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
112 IdentifierInfo *Ident__LINE__, *Ident__FILE__; // __LINE__, __FILE__
113 IdentifierInfo *Ident__DATE__, *Ident__TIME__; // __DATE__, __TIME__
114 IdentifierInfo *Ident__INCLUDE_LEVEL__; // __INCLUDE_LEVEL__
115 IdentifierInfo *Ident__BASE_FILE__; // __BASE_FILE__
116 IdentifierInfo *Ident__TIMESTAMP__; // __TIMESTAMP__
117 IdentifierInfo *Ident__COUNTER__; // __COUNTER__
118 IdentifierInfo *Ident_Pragma, *Ident__pragma; // _Pragma, __pragm
    [all...]
  /external/icu/icu4c/source/i18n/
identifier_info.h 42 * This is a port from ICU4J of class com.ibm.icu.text.IdentifierInfo
44 class U_I18N_API IdentifierInfo : public UMemory {
51 IdentifierInfo(UErrorCode &status);
56 virtual ~IdentifierInfo();
60 IdentifierInfo(const IdentifierInfo &other);
71 IdentifierInfo &setIdentifierProfile(const UnicodeSet &identifierProfile);
90 IdentifierInfo &setIdentifier(const UnicodeString &identifier, UErrorCode &status);
176 IdentifierInfo & clear();
identifier_info.cpp 72 IdentifierInfo::IdentifierInfo(UErrorCode &status):
94 IdentifierInfo::~IdentifierInfo() {
104 IdentifierInfo &IdentifierInfo::clear() {
113 IdentifierInfo &IdentifierInfo::setIdentifierProfile(const UnicodeSet &identifierProfile) {
119 const UnicodeSet &IdentifierInfo::getIdentifierProfile() const {
124 IdentifierInfo &IdentifierInfo::setIdentifier(const UnicodeString &identifier, UErrorCode &status)
    [all...]
  /external/clang/include/clang/Basic/
Attributes.h 18 class IdentifierInfo;
35 bool hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
36 const IdentifierInfo *Attr, const llvm::Triple &T,
IdentifierTable.h 11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and
32 class IdentifierInfo;
39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair;
47 class IdentifierInfo {
74 llvm::StringMapEntry<IdentifierInfo*> *Entry;
76 IdentifierInfo(const IdentifierInfo&) LLVM_DELETED_FUNCTION;
77 void operator=(const IdentifierInfo&) LLVM_DELETED_FUNCTION;
82 IdentifierInfo();
101 // std::pair<IdentifierInfo, const char*>, where internal pointe
    [all...]
  /external/clang/include/clang/Sema/
Weak.h 22 class IdentifierInfo;
26 IdentifierInfo *alias; // alias (optional)
32 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc)
34 inline IdentifierInfo * getAlias() const { return alias; }
AttributeList.h 29 class IdentifierInfo;
52 IdentifierInfo *Ident;
55 IdentifierInfo *Ident);
89 IdentifierInfo *AttrName;
90 IdentifierInfo *ScopeName;
167 IdentifierInfo *GetterId, *SetterId;
168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId)
215 AttributeList(IdentifierInfo *attrName, SourceRange attrRange,
216 IdentifierInfo *scopeName, SourceLocation scopeLoc
    [all...]
  /external/clang/lib/Basic/
Attributes.cpp 6 bool clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
7 const IdentifierInfo *Attr, const llvm::Triple &T,
IdentifierTable.cpp 10 // This file implements the IdentifierInfo, IdentifierVisitor, and
29 // IdentifierInfo Implementation
32 IdentifierInfo::IdentifierInfo() {
152 IdentifierInfo &Info =
163 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
202 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
267 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator
308 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
313 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1)
    [all...]
  /external/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 30 IdentifierInfo *NSExceptionII;
  /external/clang/include/clang/AST/
MangleNumberingContext.h 26 class IdentifierInfo;
NSAPI.h 49 IdentifierInfo *getNSClassId(NSClassIdKindKind K) const;
189 bool isObjCTypedef(QualType T, StringRef name, IdentifierInfo *&II) const;
191 StringRef name, IdentifierInfo *&II) const;
196 mutable IdentifierInfo *ClassIds[NumClassIds];
214 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId;
215 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
  /external/clang/include/clang/Serialization/
ASTDeserializationListener.h 39 IdentifierInfo *II) { }
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 24 IdentifierInfo *NSMakeCollectableII;
25 IdentifierInfo *CFMakeCollectableII;
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 35 llvm::DenseMap<IdentifierInfo*, unsigned> VarManglingNumbers;
36 llvm::DenseMap<IdentifierInfo*, unsigned> TagManglingNumbers;
  /external/clang/lib/Analysis/
ObjCNoReturn.cpp 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) {
34 SmallVector<IdentifierInfo*, 3> II;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 32 IdentifierInfo *funI = FunDecl->getIdentifier();
53 const IdentifierInfo *II = FD->getIdentifier();
54 // If this is a special C++ name without IdentifierInfo, it can't be a
  /external/clang/tools/libclang/
CIndexer.h 33 class IdentifierInfo;
94 MacroInfo *getMacroInfo(const IdentifierInfo &II,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 55 IdentifierInfo* SelfII,
132 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject");
133 IdentifierInfo* SenTestCaseII = &Ctx.Idents.get("SenTestCase");
137 IdentifierInfo *II = ID->getIdentifier();
154 IdentifierInfo* II = &Ctx.Idents.get("dealloc");
203 IdentifierInfo* RII = &Ctx.Idents.get("release");
207 IdentifierInfo* SelfII = &Ctx.Idents.get("self");
NSErrorChecker.cpp 32 static bool IsNSError(QualType T, IdentifierInfo *II);
33 static bool IsCFError(QualType T, IdentifierInfo *II);
42 mutable IdentifierInfo *II;
89 mutable IdentifierInfo *II;
155 mutable IdentifierInfo *NSErrorII, *CFErrorII;
282 static bool IsNSError(QualType T, IdentifierInfo *II) {
303 static bool IsCFError(QualType T, IdentifierInfo *II) {

Completed in 199 milliseconds

1 2 3 4 5 6 7 8 910