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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 210 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3947 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos);
3960 DependentVectorTypes.FindNodeOrInsertPos(ID, InsertPos);
3964 DependentVectorTypes.InsertNode(New, InsertPos);

Completed in 22 milliseconds