Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp388 ComputeType = nullptr; in enterReturn()
393 ComputeType = nullptr; in enterReturn()
397 ComputeType = nullptr; in enterReturn()
407 ComputeType = nullptr; in enterVariableInit()
419 ComputeType = nullptr; in enterDesignatedInitializer()
425 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument() argument
428 this->ComputeType = ComputeType; in enterFunctionArgument()
556 ComputeType = nullptr; in enterBinary()
578 ComputeType = nullptr; in enterUnary()
587 ComputeType = nullptr; in enterSubscript()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h313 llvm::function_ref<QualType()> ComputeType);
335 if (ComputeType) in get()
336 return ComputeType(); in get()
348 llvm::function_ref<QualType()> ComputeType; variable