Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp416 ComputeType = nullptr; in enterReturn()
421 ComputeType = nullptr; in enterReturn()
425 ComputeType = nullptr; in enterReturn()
435 ComputeType = nullptr; in enterVariableInit()
448 ComputeType = nullptr; in enterDesignatedInitializer()
455 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument() argument
458 this->ComputeType = ComputeType; in enterFunctionArgument()
585 ComputeType = nullptr; in enterBinary()
606 ComputeType = nullptr; in enterUnary()
615 ComputeType = nullptr; in enterSubscript()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h308 llvm::function_ref<QualType()> ComputeType);
330 if (ComputeType) in get()
331 return ComputeType(); in get()
344 llvm::function_ref<QualType()> ComputeType; variable