Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp414 ComputeType = nullptr; in enterReturn()
419 ComputeType = nullptr; in enterReturn()
423 ComputeType = nullptr; in enterReturn()
433 ComputeType = nullptr; in enterVariableInit()
445 ComputeType = nullptr; in enterDesignatedInitializer()
454 this->ComputeType = ComputeType; in enterFunctionArgument()
582 ComputeType = nullptr; in enterBinary()
603 ComputeType = nullptr; in enterUnary()
612 ComputeType = nullptr; in enterSubscript()
621 ComputeType = nullptr; in enterTypeCast()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h318 llvm::function_ref<QualType()> ComputeType);
340 if (ComputeType) in get()
341 return ComputeType(); in get()
353 llvm::function_ref<QualType()> ComputeType; variable