Home
last modified time | relevance | path

Searched refs:InitBuiltinTypes (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3304 void InitBuiltinTypes(const TargetInfo &Target,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp555 Context->InitBuiltinTypes(getTarget(), getAuxTarget()); in createASTContext()
H A DASTUnit.cpp643 Context->InitBuiltinTypes(*Target); in updated()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp699 m_ast_up->InitBuiltinTypes(*target_info); in CreateASTContext()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1217 void ASTContext::InitBuiltinTypes(const TargetInfo &Target, in InitBuiltinTypes() function in ASTContext