Searched refs:ComputeType (Results 1 – 2 of 2) sorted by relevance
416 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() argument458 this->ComputeType = ComputeType; in enterFunctionArgument()585 ComputeType = nullptr; in enterBinary()606 ComputeType = nullptr; in enterUnary()615 ComputeType = nullptr; in enterSubscript()[all …]
308 llvm::function_ref<QualType()> ComputeType);330 if (ComputeType) in get()331 return ComputeType(); in get()344 llvm::function_ref<QualType()> ComputeType; variable