HomeSort by: relevance | last modified time | path
    Searched refs:VisitAtomicType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 380 void VisitAtomicType(const AtomicType *T) { Visit(T->getValueType()); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1231 QualType VisitAtomicType(const AtomicType *T) {
ASTImporter.cpp 334 ExpectedType VisitAtomicType(const AtomicType *T);
1017 ExpectedType ASTNodeImporter::VisitAtomicType(const AtomicType *T){
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 6146 bool UnnamedLocalNoLinkageFinder::VisitAtomicType(const AtomicType* T) {

Completed in 43 milliseconds