Searched refs:ComputeType (Results 1 – 2 of 2) sorted by relevance
393 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() argument433 this->ComputeType = ComputeType; in enterFunctionArgument()561 ComputeType = nullptr; in enterBinary()582 ComputeType = nullptr; in enterUnary()591 ComputeType = nullptr; in enterSubscript()[all …]
317 llvm::function_ref<QualType()> ComputeType);339 if (ComputeType) in get()340 return ComputeType(); in get()352 llvm::function_ref<QualType()> ComputeType; variable