Searched defs:Id (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DPhases.cpp16 const char *phases::getPhaseName(ID Id) { argument
H A DTypes.cpp39 const char *types::getTypeName(ID Id) { argument
43 types::ID types::getPreprocessedType(ID Id) { argument
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { argument
57 bool types::onlyAssembleType(ID Id) { argument
61 onlyPrecompileType(ID Id) argument
65 canTypeBeUserSpecified(ID Id) argument
69 appendSuffixForType(ID Id) argument
73 canLipoType(ID Id) argument
80 isAcceptedByClang(ID Id) argument
103 isObjC(ID Id) argument
116 isCXX(ID Id) argument
182 types::ID Id = (types::ID) (i + 1); local
192 getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) argument
215 lookupCXXTypeForCType(ID Id) argument
[all...]
H A DDriver.cpp825 unsigned Id = Ids.size(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h120 getLastArgIntValue(const llvm::opt::ArgList &Args, llvm::opt::OptSpecifier Id, int Default, DiagnosticsEngine &Diags) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h83 std::string Id; member in class:clang::tooling::ReplaceIfStmtWithItsBody
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, argument
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCTagsEmitter.cpp34 const std::string *Id; member in class:__anon3851::Tag
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c66 AcpiUtIsPciRootBridge( char *Id) argument
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp317 uint64_t Id; local
/freebsd-10-stable/contrib/llvm/lib/Option/
H A DArgList.cpp47 void ArgList::eraseArg(OptSpecifier Id) { argument
216 StringRef ArgList::getLastArgValue(OptSpecifier Id, argument
[all...]
H A DOptTable.cpp293 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { argument
357 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { argument
397 unsigned Id = i + 1; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTTypeTraits.h100 static const NodeKindId Id = NKI_None; member in struct:clang::ast_type_traits::ASTNodeKind::KindToKindId
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp188 static void printModuleId(raw_ostream &OS, const ModuleId &Id) { argument
/freebsd-10-stable/lib/libvgl/
H A Dvgl.h75 int Id; member in struct:VGLObject
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DFunction.cpp379 unsigned Id = lookupIntrinsicID(); local
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGLexer.h57 Id, StrVal, VarName, CodeFragment enumerator in enum:llvm::tgtok::TokKind
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h179 ModuleId Id; member in struct:clang::Module::UnresolvedExportDecl
224 ModuleId Id; member in struct:clang::Module::UnresolvedConflict
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp75 IdentifierInfo *Id = PP.getIdentifierInfo(Name); local
H A DPreprocessingRecord.cpp409 void PreprocessingRecord::MacroExpands(const Token &Id,const MacroDirective *MD, argument
415 void PreprocessingRecord::MacroDefined(const Token &Id, argument
425 void PreprocessingRecord::MacroUndefined(const Token &Id, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp35 FileID Id; member in struct:__anon3345::InclusionRewriter::FileChange
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp371 LookupInlineAsmIdentifier(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, InlineAsmIdentifierInfo &Info, bool IsUnevaluatedContext) argument
H A DSemaOpenMP.cpp396 ActOnOpenMPIdExpression(Scope *CurScope, CXXScopeSpec &ScopeSpec, const DeclarationNameInfo &Id) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp469 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack) argument
517 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, const QualType *ExpandedTypes, unsigned NumExpandedTypes, TypeSourceInfo **ExpandedTInfos) argument
542 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
552 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, const QualType *ExpandedTypes, unsigned NumExpandedTypes, TypeSourceInfo **ExpandedTInfos) argument
609 TemplateTemplateParmDecl( DeclContext *DC, SourceLocation L, unsigned D, unsigned P, IdentifierInfo *Id, TemplateParameterList *Params, unsigned NumExpansions, TemplateParameterList * const *Expansions) argument
623 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, bool ParameterPack, IdentifierInfo *Id, TemplateParameterList *Params) argument
632 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, IdentifierInfo *Id, TemplateParameterList *Params, ArrayRef<TemplateParameterList *> Expansions) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1823 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, argument

Completed in 264 milliseconds

123