Searched refs:ComputeType (Results 1 – 2 of 2) sorted by relevance
417 ComputeType = nullptr; in enterReturn()422 ComputeType = nullptr; in enterReturn()426 ComputeType = nullptr; in enterReturn()436 ComputeType = nullptr; in enterVariableInit()448 ComputeType = nullptr; in enterDesignatedInitializer()454 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument() argument457 this->ComputeType = ComputeType; in enterFunctionArgument()585 ComputeType = nullptr; in enterBinary()606 ComputeType = nullptr; in enterUnary()615 ComputeType = nullptr; in enterSubscript()[all …]
332 llvm::function_ref<QualType()> ComputeType);354 if (ComputeType) in get()355 return ComputeType(); in get()367 llvm::function_ref<QualType()> ComputeType; variable