| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | MPIFunctionClassifier.h | 28 bool isMPIType(const IdentifierInfo *const IdentInfo) const; 29 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const; 32 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const; 35 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const; 36 bool isCollToColl(const IdentifierInfo *const IdentInfo) const; 37 bool isScatterType(const IdentifierInfo *const IdentInfo) const; 38 bool isGatherType(const IdentifierInfo *const IdentInfo) const; 39 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const; 40 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const; 41 bool isReduceType(const IdentifierInfo *const IdentInfo) const; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | FormatToken.h | 444 bool is(const IdentifierInfo *II) const { in is() 925 JsExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords() 932 CSharpExtraKeywords = std::unordered_set<IdentifierInfo *>( in AdditionalKeywords() 948 IdentifierInfo *kw_final; 949 IdentifierInfo *kw_override; 950 IdentifierInfo *kw_in; 951 IdentifierInfo *kw_of; 952 IdentifierInfo *kw_CF_CLOSED_ENUM; 953 IdentifierInfo *kw_CF_ENUM; 954 IdentifierInfo *kw_CF_OPTIONS; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 38 class IdentifierInfo; variable 52 using IdentifierLocPair = std::pair<IdentifierInfo *, SourceLocation>; 67 class alignas(IdentifierInfoAlignment) IdentifierInfo { 129 llvm::StringMapEntry<IdentifierInfo *> *Entry = nullptr; 131 IdentifierInfo() in IdentifierInfo() function 140 IdentifierInfo(const IdentifierInfo &) = delete; 141 IdentifierInfo &operator=(const IdentifierInfo &) = delete; 142 IdentifierInfo(IdentifierInfo &&) = delete; 143 IdentifierInfo &operator=(IdentifierInfo &&) = delete; 399 bool operator<(const IdentifierInfo &RHS) const { [all …]
|
| H A D | AttributeCommonInfo.h | 19 class IdentifierInfo; variable 62 const IdentifierInfo *AttrName = nullptr; 63 const IdentifierInfo *ScopeName = nullptr; 84 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() 85 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 92 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() 93 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 99 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() 100 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 107 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo() [all …]
|
| H A D | Attributes.h | 17 class IdentifierInfo; variable 36 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, 37 const IdentifierInfo *Attr, const TargetInfo &Target,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 92 IdentifierInfo *II; 103 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() 153 IdentifierInfo *Ident__LINE__, *Ident__FILE__; // __LINE__, __FILE__ 154 IdentifierInfo *Ident__DATE__, *Ident__TIME__; // __DATE__, __TIME__ 155 IdentifierInfo *Ident__INCLUDE_LEVEL__; // __INCLUDE_LEVEL__ 156 IdentifierInfo *Ident__BASE_FILE__; // __BASE_FILE__ 157 IdentifierInfo *Ident__FILE_NAME__; // __FILE_NAME__ 158 IdentifierInfo *Ident__TIMESTAMP__; // __TIMESTAMP__ 159 IdentifierInfo *Ident__COUNTER__; // __COUNTER__ 160 IdentifierInfo *Ident_Pragma, *Ident__pragma; // _Pragma, __pragma [all …]
|
| H A D | MultipleIncludeOpt.h | 20 class IdentifierInfo; variable 50 const IdentifierInfo *TheMacro; 53 const IdentifierInfo *DefinedMacro; 78 void SetDefinedMacro(IdentifierInfo *M, SourceLocation Loc) { in SetDefinedMacro() 122 void EnterTopLevelIfndef(const IdentifierInfo *M, SourceLocation Loc) { in EnterTopLevelIfndef() 163 const IdentifierInfo *GetControllingMacroAtEndOfFile() const { in GetControllingMacroAtEndOfFile() 173 const IdentifierInfo *GetDefinedMacro() const { in GetDefinedMacro()
|
| H A D | MacroInfo.h | 31 class IdentifierInfo; variable 55 IdentifierInfo **ParameterList = nullptr; 164 void setParameterList(ArrayRef<IdentifierInfo *> List, in setParameterList() 172 ParameterList = PPAllocator.Allocate<IdentifierInfo *>(List.size()); in setParameterList() 178 using param_iterator = IdentifierInfo *const *; 183 ArrayRef<const IdentifierInfo *> params() const { in params() 184 return ArrayRef<const IdentifierInfo *>(ParameterList, NumParameters); in params() 189 int getParameterNum(const IdentifierInfo *Arg) const { in getParameterNum() 492 IdentifierInfo *II; 506 ModuleMacro(Module *OwningModule, IdentifierInfo *II, MacroInfo *Macro, in ModuleMacro() [all …]
|
| H A D | PreprocessingRecord.h | 53 class IdentifierInfo; variable 150 const IdentifierInfo *Name; 153 explicit MacroDefinitionRecord(const IdentifierInfo *Name, in MacroDefinitionRecord() 158 const IdentifierInfo *getName() const { return Name; } in getName() 173 llvm::PointerUnion<IdentifierInfo *, MacroDefinitionRecord *> NameOrDef; 176 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion() 185 bool isBuiltinMacro() const { return NameOrDef.is<IdentifierInfo *>(); } in isBuiltinMacro() 188 const IdentifierInfo *getName() const { in getName() 191 return NameOrDef.get<IdentifierInfo *>(); in getName()
|
| H A D | ExternalPreprocessorSource.h | 18 class IdentifierInfo; variable 34 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) = 0; 39 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 38 class IdentifierInfo; variable 177 IdentifierInfo *GetterId, *SetterId; 179 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId) in PropertyData() 188 IdentifierInfo *Ident; 191 IdentifierInfo *Ident); 231 IdentifierInfo *MacroII = nullptr; 294 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 295 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() 310 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr() 311 IdentifierInfo *scopeName, SourceLocation scopeLoc, in ParsedAttr() [all …]
|
| H A D | Weak.h | 21 class IdentifierInfo; variable 25 IdentifierInfo *alias; // alias (optional) 31 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc) in WeakInfo() 33 inline IdentifierInfo * getAlias() const { return alias; } in getAlias()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 66 mutable llvm::DenseMap<const IdentifierInfo *, 69 mutable llvm::SmallSet<std::pair<const IdentifierInfo *, Selector>, 12> LSM; 71 mutable llvm::SmallSet<const IdentifierInfo *, 5> LSF; 86 int getLocalizedArgumentForSelector(const IdentifierInfo *Receiver, 161 IdentifierInfo *initWithTitleUITabBarItemTag[] = { in initUIMethods() 165 IdentifierInfo *initWithTitleUITabBarItemImage[] = { in initUIMethods() 178 IdentifierInfo *rowActionWithStyleUITableViewRowAction[] = { in initUIMethods() 190 IdentifierInfo *radioButtonWithTitleNSButton[] = { in initUIMethods() 194 IdentifierInfo *buttonWithTitleNSButtonImage[] = { in initUIMethods() 198 IdentifierInfo *checkboxWithTitleNSButton[] = { in initUIMethods() [all …]
|
| H A D | BlockInCriticalSectionChecker.cpp | 30 mutable IdentifierInfo *IILockGuard, *IIUniqueLock; 111 auto IdentifierInfo = Ctor->getDecl()->getParent()->getIdentifier(); in isLockFunction() local 112 if (IdentifierInfo == IILockGuard || IdentifierInfo == IIUniqueLock) in isLockFunction() 130 auto IdentifierInfo = DRecordDecl->getIdentifier(); in isUnlockFunction() local 131 if (IdentifierInfo == IILockGuard || IdentifierInfo == IIUniqueLock) in isUnlockFunction()
|
| H A D | NonnullGlobalConstantsChecker.cpp | 36 mutable IdentifierInfo *NSStringII = nullptr; 37 mutable IdentifierInfo *CFStringRefII = nullptr; 38 mutable IdentifierInfo *CFBooleanRefII = nullptr; 39 mutable IdentifierInfo *CFNullRefII = nullptr; 140 IdentifierInfo* II = T->getDecl()->getIdentifier(); in isNonnullType()
|
| H A D | NSErrorChecker.cpp | 31 static bool IsNSError(QualType T, IdentifierInfo *II); 32 static bool IsCFError(QualType T, IdentifierInfo *II); 41 mutable IdentifierInfo *II; 88 mutable IdentifierInfo *II; 165 mutable IdentifierInfo *NSErrorII, *CFErrorII; 291 static bool IsNSError(QualType T, IdentifierInfo *II) { in IsNSError() 312 static bool IsCFError(QualType T, IdentifierInfo *II) { in IsCFError()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIFunctionClassifier.cpp | 203 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType() 208 const IdentifierInfo *IdentInfo) const { in isNonBlockingType() 214 const IdentifierInfo *IdentInfo) const { in isPointToPointType() 220 const IdentifierInfo *IdentInfo) const { in isCollectiveType() 225 const IdentifierInfo *IdentInfo) const { in isCollToColl() 230 const IdentifierInfo *IdentInfo) const { in isScatterType() 236 const IdentifierInfo *IdentInfo) const { in isGatherType() 244 const IdentifierInfo *IdentInfo) const { in isAllgatherType() 250 const IdentifierInfo *IdentInfo) const { in isAlltoallType() 255 bool MPIFunctionClassifier::isBcastType(const IdentifierInfo *IdentInfo) const { in isBcastType() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 181 IdentifierInfo &Info = in AddKeyword() 192 IdentifierInfo &Info = Table.get(Keyword, TokenCode); in AddCXXOperatorKeyword() 252 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() 264 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() 277 IdentifierInfo::isReserved(const LangOptions &LangOpts) const { in isReserved() 309 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() 374 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator in PrintStats() 416 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) in MultiKeywordSelector() 421 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() 431 using keyword_iterator = IdentifierInfo *const *; [all …]
|
| H A D | Attributes.cpp | 8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() 9 const IdentifierInfo *Attr, const TargetInfo &Target, in hasAttribute() 39 normalizeAttrScopeName(const IdentifierInfo *Scope, in normalizeAttrScopeName() 57 static StringRef normalizeAttrName(const IdentifierInfo *Name, in normalizeAttrName() 82 static SmallString<64> normalizeName(const IdentifierInfo *Name, in normalizeName() 83 const IdentifierInfo *Scope, in normalizeName() 100 AttributeCommonInfo::getParsedKind(const IdentifierInfo *Name, in getParsedKind() 101 const IdentifierInfo *ScopeName, in getParsedKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NSAPI.cpp | 22 IdentifierInfo *NSAPI::getNSClassId(NSClassIdKindKind K) const { in getNSClassId() 58 IdentifierInfo *KeyIdents[] = { in getNSStringSelector() 95 IdentifierInfo *KeyIdents[] = { in getNSArraySelector() 112 IdentifierInfo *KeyIdents[] = { in getNSArraySelector() 123 IdentifierInfo *KeyIdents[] = { in getNSArraySelector() 131 IdentifierInfo *KeyIdents[] = { in getNSArraySelector() 168 IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector() 176 IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector() 184 IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector() 205 IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 102 IdentifierInfo *Ident__exception_code, 106 IdentifierInfo *Ident__exception_info, 110 IdentifierInfo *Ident__abnormal_termination, 115 IdentifierInfo *Ident__except; 116 mutable IdentifierInfo *Ident_sealed; 120 IdentifierInfo *Ident_super; 124 IdentifierInfo *Ident_vector; 125 IdentifierInfo *Ident_bool; 126 IdentifierInfo *Ident_Bool; 129 IdentifierInfo *Ident_pixel; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 63 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() 71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() 96 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective() 132 ModuleMacro *Preprocessor::addModuleMacro(Module *Mod, IdentifierInfo *II, in addModuleMacro() 175 const IdentifierInfo *II) { in getModuleMacro() 183 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, in updateModuleMacroInfo() 261 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) { in dumpMacroInfo() 328 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 330 IdentifierInfo *Id = PP.getIdentifierInfo(Name); in RegisterBuiltinMacro() 403 const IdentifierInfo *MacroIdent, in isTrivialSingleTokenExpansion() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | NSAPI.h | 53 IdentifierInfo *getNSClassId(NSClassIdKindKind K) const; 232 bool isObjCTypedef(QualType T, StringRef name, IdentifierInfo *&II) const; 234 StringRef name, IdentifierInfo *&II) const; 240 mutable IdentifierInfo *ClassIds[NumClassIds]; 261 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId; 262 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
|
| H A D | DeclObjC.h | 596 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() 614 IdentifierInfo *name, 772 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, in ObjCPropertyDecl() 785 IdentifierInfo *Id, SourceLocation AtLocation, 930 IdentifierInfo *getDefaultSynthIvarName(ASTContext &Ctx) const; 934 const IdentifierInfo *propertyID, 956 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, 1073 ObjCIvarDecl *getIvarDecl(IdentifierInfo *Id) const; 1076 FindPropertyDeclaration(const IdentifierInfo *PropertyId, 1080 llvm::DenseMap<std::pair<IdentifierInfo *, unsigned/*isClassProperty*/>, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 146 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in AddDecl() 171 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in InsertDeclAfter() 212 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in RemoveDecl() 231 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in begin() 303 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in tryAddTopLevelDecl() 378 void IdentifierResolver::readingIdentifier(IdentifierInfo &II) { in readingIdentifier() 383 void IdentifierResolver::updatingIdentifier(IdentifierInfo &II) { in updatingIdentifier()
|