Searched refs:getConflictingPrototype (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterODRStrategiesTest.cpp | 244 static std::string getConflictingPrototype() { in getConflictingPrototype() function 309 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_ImportConflictingProtoAfterProto() 313 TypedTest_ImportAfter<getDefinition, getConflictingPrototype, in TypedTest_ImportConflictingProtoAfterDef() 317 TypedTest_ImportAfter<getConflictingPrototype, getDefinition, in TypedTest_ImportConflictingDefAfterProto() 338 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_DontImportConflictingProtoAfterProto() 346 TypedTest_ImportAfter<getDefinition, getConflictingPrototype, in TypedTest_DontImportConflictingProtoAfterDef() 350 TypedTest_ImportAfter<getConflictingPrototype, getDefinition, in TypedTest_DontImportConflictingDefAfterProto()
|