Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp309 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl() function in TypeLoc
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h196 static TypeLoc IgnoreParensImpl(TypeLoc TL);
976 return IgnoreParensImpl(*this); in IgnoreParens()