Home
last modified time | relevance | path

Searched defs:ComputeType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h348 llvm::function_ref<QualType()> ComputeType; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp425 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument()