Searched refs:IdentifierInfo (Results 151 - 175 of 218) sorted by relevance

123456789

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp62 IdentifierInfo *SelfII;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1111 IdentifierInfo *Id = PP.getIdentifierInfo(ConfigMacro);
1311 llvm::SmallVector<IdentifierInfo*, 8> LoadedModules;
1399 llvm::DenseMap<const IdentifierInfo *, clang::Module *>::iterator Known
1685 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Path;
H A DFrontendAction.cpp57 IdentifierInfo *II) override {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp264 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) {
H A DSemaLambda.cpp705 IdentifierInfo *Id,
768 IdentifierInfo *Id,
918 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames;
1411 IdentifierInfo *IterationVarName = nullptr;
H A DSemaTemplate.cpp223 bool Sema::DiagnoseUnknownTemplateName(const IdentifierInfo &II,
532 IdentifierInfo *Name) {
551 IdentifierInfo *ParamName,
683 IdentifierInfo *ParamName = D.getIdentifier();
741 IdentifierInfo *Name,
836 IdentifierInfo *Name, SourceLocation NameLoc,
2367 IdentifierInfo *Id = D->getIdentifier();
7497 IdentifierInfo *Name,
7973 const CXXScopeSpec &SS, IdentifierInfo *Name,
8005 const CXXScopeSpec &SS, const IdentifierInfo
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h43 class IdentifierInfo;
1782 /// - An IdentifierInfo*, for references to a field with a given name
1800 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name,
1827 IdentifierInfo *getFieldName() const;
3974 /// to an IdentifierInfo (if 1) or a FieldDecl (if 0). When
3976 /// IdentifierInfo*. After semantic analysis has resolved that
4027 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc,
4059 IdentifierInfo *getFieldName() const;
4524 IdentifierInfo *Accessor;
4528 IdentifierInfo
[all...]
H A DExternalASTSource.h124 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) { }
H A DExprCXX.h443 const IdentifierInfo *getUDSuffix() const;
2000 llvm::PointerUnion<TypeSourceInfo *, IdentifierInfo *> Type;
2008 PseudoDestructorTypeStorage(IdentifierInfo *II, SourceLocation Loc)
2017 IdentifierInfo *getIdentifier() const {
2018 return Type.dyn_cast<IdentifierInfo *>();
2149 IdentifierInfo *getDestroyedTypeIdentifier() const {
2163 void setDestroyedType(IdentifierInfo *II, SourceLocation Loc) {
H A DCanonicalType.h553 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(IdentifierInfo *, getIdentifier)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h130 llvm::DenseMap<const IdentifierInfo *, Module *> KnownModules;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp125 typedef std::pair<const DeclContext*, IdentifierInfo*> DiscriminatorKeyTy;
348 void mangleSourceName(const IdentifierInfo *II);
544 const IdentifierInfo *II = NS->getOriginalNamespace()->getIdentifier();
675 if (const IdentifierInfo *Id = Dependent->getIdentifier())
932 if (const IdentifierInfo *II = Name.getAsIdentifierInfo()) {
1088 void CXXNameMangler::mangleSourceName(const IdentifierInfo *II) {
1242 if (const IdentifierInfo *Name
1275 if (const IdentifierInfo *Name
H A DASTImporter.cpp320 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1,
321 const IdentifierInfo *Name2) {
910 IdentifierInfo *Name1 = Field1->getIdentifier();
911 IdentifierInfo *Name2 = Field2->getIdentifier();
1376 IdentifierInfo *Name1 = Record1->getIdentifier();
1379 IdentifierInfo *Name2 = Record2->getIdentifier();
1392 IdentifierInfo *Name1 = Enum1->getIdentifier();
1395 IdentifierInfo *Name2 = Enum2->getIdentifier();
5544 if (IdentifierInfo *II = Import(FromNNS->getAsIdentifier())) {
5850 IdentifierInfo *ASTImporte
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp546 const IdentifierInfo *ident =
1487 IdentifierInfo *II[] = {
2317 IdentifierInfo *II = &CGM.getContext().Idents.get("alloc");
2339 IdentifierInfo *II = &CGM.getContext().Idents.get("drain");
2917 IdentifierInfo *II
2998 IdentifierInfo *II
3080 IdentifierInfo *CopyID = &getContext().Idents.get("copy");
3083 IdentifierInfo *AutoreleaseID = &getContext().Idents.get("autorelease");
H A DCodeGenModule.h54 class IdentifierInfo;
376 typedef llvm::MapVector<IdentifierInfo *,
H A DCGBlocks.cpp1166 IdentifierInfo *II = &CGM.getContext().Idents.get(".block_descriptor");
1343 IdentifierInfo *II
1519 IdentifierInfo *II
1805 IdentifierInfo *II
1879 IdentifierInfo *II
H A DTargetInfo.cpp6883 std::map<const IdentifierInfo *, struct Entry> Map;
6888 void addIncomplete(const IdentifierInfo *ID, std::string StubEnc);
6889 bool removeIncomplete(const IdentifierInfo *ID);
6890 void addIfComplete(const IdentifierInfo *ID, StringRef Str,
6892 StringRef lookupStr(const IdentifierInfo *ID);
6982 void TypeStringCache::addIncomplete(const IdentifierInfo *ID,
7000 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) {
7029 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str,
7050 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) {
7135 TypeStringCache &TSC, const IdentifierInfo *I
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp515 IdentifierInfo *ParamName = nullptr;
612 IdentifierInfo *ParamName = nullptr;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp688 const IdentifierInfo &II = Ctx.Idents.get(Name);
734 if (const IdentifierInfo *II = RD->getDeclName().getAsIdentifierInfo())
H A DExprEngineCXX.cpp442 if (const IdentifierInfo *II = T.getBaseTypeIdentifier())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp234 mutable IdentifierInfo *II_alloca, *II_malloc, *II_free, *II_realloc,
577 const IdentifierInfo *FunI = FD->getIdentifier();
648 if (const IdentifierInfo *II = T.getBaseTypeIdentifier())
751 IdentifierInfo *FunI = FD->getIdentifier();
2454 const IdentifierInfo *II = FD->getIdentifier();
H A DStreamChecker.cpp61 mutable IdentifierInfo *II_fopen, *II_tmpfile, *II_fclose, *II_fread,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp37 if (IdentifierInfo *II = getIdentifierInfo())
44 IdentifierInfo *specId = getIdentifierInfo();
364 // NOTE: this has to be checked *before* testing for an IdentifierInfo.
368 if (const IdentifierInfo *II = Tok.getIdentifierInfo()) {
375 // NOTE: this can be checked even after testing for an IdentifierInfo.
1501 // Fill in Result.IdentifierInfo and update the token kind,
1503 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp126 for (const std::pair<IdentifierInfo *, SourceLocation> &component : path)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp881 const IdentifierInfo *Identifier = Typedef->getIdentifier();

Completed in 565 milliseconds

123456789