Searched refs:getIdentifierInfo (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp387 InlineAsmIdentifierInfo &getIdentifierInfo() { return Info; } function in class:__anon5411::X86AsmParser::IntelExprStateMachine
1957 const InlineAsmIdentifierInfo Info = SM.getIdentifierInfo();
2011 SM.getIdentifierInfo());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3676 Ident__Nonnull = PP.getIdentifierInfo("_Nonnull");
3681 Ident__Nullable = PP.getIdentifierInfo("_Nullable");
3686 Ident__Null_unspecified = PP.getIdentifierInfo("_Null_unspecified");
3695 Ident_NSError = PP.getIdentifierInfo("NSError");
H A DSemaObjCProperty.cpp2310 PP.getIdentifierInfo("objc_method_family"), tok::l_paren,
2311 PP.getIdentifierInfo("none"), tok::r_paren,
H A DSema.cpp227 VAListTagName = PP.getIdentifierInfo("__va_list_tag");
H A DSemaDecl.cpp2750 {tok::l_square, tok::l_square, S.PP.getIdentifierInfo("clang"),
2752 S.PP.getIdentifierInfo("require_constant_initialization"),
2758 S.PP.getIdentifierInfo("require_constant_initialization"),
H A DSemaDeclCXX.cpp1034 DeclarationName Value = S.PP.getIdentifierInfo("value");
1082 DeclarationName TypeDN = S.PP.getIdentifierInfo("type");
1131 DeclarationName GetDN = S.PP.getIdentifierInfo("get");
H A DSemaExpr.cpp953 Name.setIdentifier(PP.getIdentifierInfo("__builtin_trap"),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp873 Hash = llvm::djbHash(MacroNameTok.getIdentifierInfo()->getName(), Hash);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4186 AddIdentifierRef(Tok.getIdentifierInfo(), Record);
H A DASTReader.cpp2053 IdentifierInfo *getIdentifierInfo() const { return Found; } function in class:__anon3249::IdentifierLookupVisitor
7861 IdentifierInfo *II = Visitor.getIdentifierInfo();

Completed in 675 milliseconds

123