Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp393 ComputeType = nullptr; in enterReturn()
398 ComputeType = nullptr; in enterReturn()
402 ComputeType = nullptr; in enterReturn()
412 ComputeType = nullptr; in enterVariableInit()
424 ComputeType = nullptr; in enterDesignatedInitializer()
430 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument() argument
433 this->ComputeType = ComputeType; in enterFunctionArgument()
561 ComputeType = nullptr; in enterBinary()
582 ComputeType = nullptr; in enterUnary()
591 ComputeType = nullptr; in enterSubscript()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h317 llvm::function_ref<QualType()> ComputeType);
339 if (ComputeType) in get()
340 return ComputeType(); in get()
352 llvm::function_ref<QualType()> ComputeType; variable