Searched refs:ComputeType (Results 1 – 2 of 2) sorted by relevance
388 ComputeType = nullptr; in enterReturn()393 ComputeType = nullptr; in enterReturn()397 ComputeType = nullptr; in enterReturn()407 ComputeType = nullptr; in enterVariableInit()419 ComputeType = nullptr; in enterDesignatedInitializer()425 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument() argument428 this->ComputeType = ComputeType; in enterFunctionArgument()556 ComputeType = nullptr; in enterBinary()578 ComputeType = nullptr; in enterUnary()587 ComputeType = nullptr; in enterSubscript()[all …]
313 llvm::function_ref<QualType()> ComputeType);335 if (ComputeType) in get()336 return ComputeType(); in get()348 llvm::function_ref<QualType()> ComputeType; variable