Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypeLoc.cpp354 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl() function in TypeLoc
/external/clang/include/clang/AST/
DTypeLoc.h210 static TypeLoc IgnoreParensImpl(TypeLoc TL);
1058 return IgnoreParensImpl(*this); in IgnoreParens()