Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp392 ComputeType = nullptr; in enterReturn()
397 ComputeType = nullptr; in enterReturn()
401 ComputeType = nullptr; in enterReturn()
411 ComputeType = nullptr; in enterVariableInit()
423 ComputeType = nullptr; in enterDesignatedInitializer()
432 this->ComputeType = ComputeType; in enterFunctionArgument()
560 ComputeType = nullptr; in enterBinary()
581 ComputeType = nullptr; in enterUnary()
590 ComputeType = nullptr; in enterSubscript()
599 ComputeType = nullptr; in enterTypeCast()
[all …]
/llvm-project-15.0.7/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