Home
last modified time | relevance | path

Searched refs:LocationVerifier (Results 1 – 2 of 2) sorted by relevance

/external/clang/unittests/AST/
DSourceLocationTest.cpp32 LocationVerifier<VarDecl> Verifier; in TEST()
38 LocationVerifier<VarDecl> Verifier; in TEST()
44 LocationVerifier<RecordDecl> Verifier; in TEST()
49 TEST(LocationVerifier, WrongLocation) { in TEST() argument
50 LocationVerifier<VarDecl> Verifier; in TEST()
81 LocationVerifier<ParmVarDecl> Verifier; in TEST()
267 LocationVerifier<FriendDecl> Verifier; in TEST()
285 LocationVerifier<FriendDecl> Verifier; in TEST()
303 LocationVerifier<FriendDecl> Verifier; in TEST()
323 LocationVerifier<FriendDecl> Verifier; in TEST()
DMatchVerifier.h147 class LocationVerifier : public MatchVerifier<NodeType> {