Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
428 this->ComputeType = ComputeType; in enterFunctionArgument()
556 ComputeType = nullptr; in enterBinary()
578 ComputeType = nullptr; in enterUnary()
587 ComputeType = nullptr; in enterSubscript()
596 ComputeType = nullptr; in enterTypeCast()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h316 llvm::function_ref<QualType()> ComputeType);
338 if (ComputeType) in get()
339 return ComputeType(); in get()
351 llvm::function_ref<QualType()> ComputeType; variable