Searched defs:Lang (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 456 void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang, in AddDefaultIncludePaths() 606 void InitHeaderSearch::Realize(const LangOptions &Lang) { in Realize() 681 const LangOptions &Lang, in ApplyHeaderSearchOptions()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprClassification.cpp | 88 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang, in ClassifyExprValueKind() 104 const LangOptions &Lang = Ctx.getLangOpts(); in ClassifyInternal() local
|
H A D | DeclCXX.cpp | 1926 LanguageIDs Lang, in Create()
|
H A D | Decl.cpp | 1987 const LangOptions &Lang = C.getLangOpts(); in isUsableInConstantExpressions() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 113 static bool isReservedId(StringRef Text, const LangOptions &Lang) { in isReservedId() 131 const LangOptions &Lang = PP.getLangOpts(); in shouldWarnOnMacroDef() local 143 const LangOptions &Lang = PP.getLangOpts(); in shouldWarnOnMacroUndef() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | DIBuilderBindings.cpp | 44 unsigned Lang, const char *File, in LLVMDIBuilderCreateCompileUnit()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 757 unsigned &DiagID, const LangOptions &Lang) { in SetTypeQual()
|
H A D | SemaDeclCXX.cpp | 11746 StringRef Lang = Lit->getString(); in ActOnStartLinkageSpecification() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1245 unsigned Lang = getLanguage(); in printInternal() local
|
H A D | DIBuilder.cpp | 136 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename, in createCompileUnit()
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 295 ExprResult Lang = ParseStringLiteralExpression(false); in ParseLinkage() local
|
H A D | ParseDecl.cpp | 4645 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang, in isPtrOperatorToken()
|